home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Interapplication Comm / MenuScripter / Resources / MenuScripter.rsrc / MenuScripter.rsrc.rsrc / SCPT_4235_Size - Up.txt < prev    next >
Encoding:
Text File  |  2000-09-28  |  246 b   |  9 lines

  1. # (decoded with TMPL 128)
  2. Text: 'tell application "MenuScripter" 
  3. set fontsize to the size of selection
  4. set fontsize to fontsize + 1 
  5. if fontsize is greater than  1999 then
  6. set fontsize to 12
  7. end if
  8. set the size of selection to fontsize
  9. end tell'